Collection.Item Function
Refers to an element of a collection. Returns a Variant.
Syntax
result = Collection.Item( Index, key )
Parameters
Index
Integer OR
key
String
Return Value
Result
Variant
Index is 1-based.